home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / line.dxr / 00626.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  569 b   |  17 lines

  1. on mouseDown me
  2.   global selectedOne, Nothingselected
  3.   Nothingselected = 1
  4.   selectedOne = 82
  5.   switchit()
  6.   repeat with X = 110 to 129
  7.     sprite(X).blend = 100
  8.   end repeat
  9.   set the memberNum of sprite 120 to member("tanBlank")
  10.   set the memberNum of sprite 122 to member("tanPlus")
  11.   set the memberNum of sprite 123 to member("tanMinus")
  12.   set the memberNum of sprite 125 to member("tanPlus")
  13.   set the memberNum of sprite 126 to member("tanMinus")
  14.   set the memberNum of sprite 128 to member("tanPlus")
  15.   set the memberNum of sprite 129 to member("tanMinus")
  16. end
  17.